Einhugur Word Plugin for Xojo

Paragraph.ListIndentLevel Property

Returns ListIndentLevel for the paragraph.

ListIndentLevel as Integer {Read}

Remarks

This value can be from 0 to 8.

Zero is first level indent and not no indent. If you want to check if there is actually indent then you need to read the ListIndent property and check for nil there.

See Also

Paragraph Class